home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Browsers, Managers & Extensions / Flagfox 3.3.4 / flagfox-3.3.4-fx.xpi / install.rdf < prev   
Extensible Markup Language  |  2008-11-03  |  1KB  |  34 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.  
  5.     <Description about="urn:mozilla:install-manifest">
  6.  
  7.         <em:id>{1018e4d6-728f-4b20-ad56-37578a4de76b}</em:id>
  8.         <em:name>Flagfox</em:name>
  9.         <em:version>3.3.4</em:version>
  10.         <em:description>Displays a flag depicting the location of the current server</em:description>
  11.  
  12.         <em:creator>Dave Garrett</em:creator>
  13.         <em:developer>Richard van der Leeden</em:developer>
  14.         <!-- see about.xul for more -->
  15.  
  16.         <em:homepageURL>http://flagfox.servehttp.com/</em:homepageURL>
  17.  
  18.         <em:iconURL>chrome://flagfox/content/logo.png</em:iconURL>
  19.         <em:optionsURL>chrome://flagfox/content/options.xul</em:optionsURL>
  20.         <em:aboutURL>chrome://flagfox/content/about.xul</em:aboutURL>
  21.  
  22.         <em:targetApplication>
  23.             <Description>
  24.                 <!-- Firefox -->
  25.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  26.                 <em:minVersion>2.0</em:minVersion>
  27.                 <em:maxVersion>3.1b2pre</em:maxVersion>
  28.             </Description>
  29.         </em:targetApplication>
  30.  
  31.     </Description>
  32.  
  33. </RDF>
  34.